negotiator.boaframework.offeringstrategy.anac2010
Class AgentSmith_Offering.BidComparator

java.lang.Object
  extended by negotiator.boaframework.offeringstrategy.anac2010.AgentSmith_Offering.BidComparator
All Implemented Interfaces:
java.util.Comparator<Bid>
Enclosing class:
AgentSmith_Offering

public class AgentSmith_Offering.BidComparator
extends java.lang.Object
implements java.util.Comparator<Bid>


Constructor Summary
AgentSmith_Offering.BidComparator(UtilitySpace mySpace)
           
 
Method Summary
 int compare(Bid b1, Bid b2)
           
 double getMeasure(Bid b1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

AgentSmith_Offering.BidComparator

public AgentSmith_Offering.BidComparator(UtilitySpace mySpace)
Method Detail

compare

public int compare(Bid b1,
                   Bid b2)
Specified by:
compare in interface java.util.Comparator<Bid>

getMeasure

public double getMeasure(Bid b1)